Skip to content

Refactor client module into package#1530

Merged
tconley1428 merged 8 commits into
mainfrom
refactor-client-module
May 18, 2026
Merged

Refactor client module into package#1530
tconley1428 merged 8 commits into
mainfrom
refactor-client-module

Conversation

@tconley1428
Copy link
Copy Markdown
Contributor

Summary

  • Replace monolithic temporalio/client.py with a temporalio/client package
  • Split client functionality by area: client facade, workflows, activities, schedules, interceptors, implementation, helpers, worker versioning, cloud, plugin, exceptions, and callback alias
  • Preserve temporalio.client import compatibility, including the private _history_from_json helper used by tests

Validation

  • poe lint
  • uv run pytest tests/test_client.py tests/test_client_type_errors.py tests/test_activity.py tests/test_serialization_context.py tests/test_plugins.py tests/test_cloud.py -q

@tconley1428 tconley1428 requested review from a team as code owners May 14, 2026 22:52
@tconley1428 tconley1428 merged commit 1e6dff4 into main May 18, 2026
15 of 17 checks passed
@tconley1428 tconley1428 deleted the refactor-client-module branch May 18, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants